home *** CD-ROM | disk | FTP | other *** search
/ Acorn User: China / Acorn User China CD-ROM (UK) (Disc A) / Acorn User China CD-ROM (UK) (Disc A).bin / DEMON / MISC / READNEWS.ARC / !ReadNews_SysScripts_FollowUp < prev    next >
Encoding:
Text File  |  1994-05-11  |  680 b   |  37 lines

  1. #Script FollowUp
  2. #Arg Article File:
  3. #if "%0%"=""
  4. #error Must specify an article file to followup to
  5. #endif
  6. #Output edit
  7. #get_header %0%
  8. #if "%rgroup%" LEFT 5 = "Email"
  9. #error Can not followup to an Email group
  10. #endif
  11. #if "%rgroup%" = "poster"
  12. To: %rto%
  13. #else
  14. Newsgroups: %rgroup%
  15. #endif
  16. Subject: %rsubj%
  17. Keywords: 
  18. References: %ref%
  19. #if "%replyto%"<>""
  20. Reply-To: %replyto%
  21. #endif
  22. #if "%hdr_distribution%"<>""
  23. Distribution: %hdr_distribution%
  24. #endif
  25. Organisation: %org%
  26. X-Newsreader: Archimedes ReadNews
  27.  
  28. #if %quote_flag%
  29. In article %hdr_message-id%
  30.     %hdr_from% writes:
  31.  
  32. #include %0% -quote -qrot13 -noheader
  33. #endif
  34. #if %sig_flag% AND "%sig_file%">""
  35. #include %sig_file%
  36. #endif
  37.